Fix named parameter overload of boykov_kolmogorov_max_flow#304
Fix named parameter overload of boykov_kolmogorov_max_flow#304jeremy-murphy merged 3 commits intoboostorg:developfrom
boykov_kolmogorov_max_flow#304Conversation
|
So I take it that test of the bundled properties failed until you fixed the return type of the named parameter overload? |
|
And... thank you! |
|
@jeremy-murphy Yes, the return type was the only error. It always expected the value type of the interior capacity property map, never the one provided via named parameters. (I sometimes hear people saying that they don't like |
Fixes #232